I2C Pull Up Resistor Selection

I am working on one design with Xbee3.
I want to add the option for the I2C communication, but wondering what would be the best pullup reistor values I could use.

I do not find any datasheet that specifiy the requirement.

I have XB3-24Z8PT-J and XB3-24Z8PT models

Leave the Pull up resistors at defaults for the two lines.

http://cms.digi.com/resources/documentation/digidocs/90002219/#reference/r_class_i2c.htm%3FTocPath%3DMachine%2520module|Class%2520I2C%253A%2520two-wire%2520serial%2520protocol|_____0

Thank you, Mvut, for your response. The link you have provided is talking about software implementation.

I am looking for hardware implementation, as every microcontroller has a specific requirement for the I2C hardware implementation.

The following is the one reference document I am looking into.
https://www.ti.com/lit/an/slva689/slva689.pdf

I have a I2C air pressure sensor that I am using with the Xbee3. I was able to successfully get it to communicate using 10kohm pull up resistors as follows:

10kohm btw. SDA –> VCC
10kohm btw. SCL –> VCC

Even using the I2C settings via micropython and noting the “automatic” pin settings I still had to add the external pullup resistors to make the sensor work properly.

The internal resistors on these pins are set via the firmware to be enabled, pull up or down.